html,
body {
	height: 100%
}

body {
	font-family: "proxima-nova",sans-serif;
	font-size: 20px;
	font-weight: 300;

}

#wrap {
	min-height: 100%;
	height: auto;
	margin-bottom: -80px;
	padding-bottom: 80px;
}

.container,
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.container-primary-color {
	background-color: #1EBDA5;
	color: #FFF;
}

.content-section {
	padding-top: 40px;
	/*padding-bottom: 40px;	*/
}

.content-section-item {
	margin-bottom: 40px;
}

a {
	color: #639CD8;
}

a:focus, a:active {
	outline: none;
}

a:hover {
	color: #417BB7;
	text-decoration: none;
}

.container-primary-color a {
	color: #FFD89D;
}

.container-primary-color a:hover {
	color: #FFC671;
}

h1 {
	/*padding-top: 40px;*/
	text-align: center;
}

h2,
.sponsor-showcase h4 {
	margin-top: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	color: #A3A3A3;
}

#subscribe-cta,
.container-primary-color h2 {
	margin: 40px auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	color: #107969;

}

.container-content h2 {
	margin-bottom: 0px;
}

h3.section {
	text-transform: uppercase;
	font-size: 18px;
	color: #A3A3A3;
	text-align: center;
	border-bottom: 1px solid #ddd;
	line-height: 0;
	padding: 0;
}

h3.section span {
	background: #FFF;
	padding: 0 15px;
}

.post-copy {
	margin-top: 40px;
}

.post-copy > p,
.post-copy > ul > li {
	text-align: left;
}

.legalese a {
	text-decoration: none;
	color: inherit;
}
.legalese a:hover {
	text-decoration: underline;
}

.navbar > .container,
.container-primary-color .container,
.container.separator-bar {
	border-bottom: 1px solid #37A796;
}

.container-primary-color .container-content {
	border-bottom: none;
}

.container.container-content,
.sponsor-logos {
	max-width: 1000px;
}

.container.container-content .row {
	margin-left: 0;
	margin-right: 0;
}

#logo {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

#logo > img {
	display: inline-block;
	margin-top: -8px;
	margin-right: 8px;
	max-width: 55px;
}


/* NAVIGATION */
.navbar {
	background-color: #1EBDA5;
	padding-top: 18px;
	border: none;
	margin-bottom: 0px;
}

.navbar-header {
	margin-bottom: 20px;
}

.navbar-collapse {
	padding-right: 0px;
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.nav > li,
.nav > li:hover,
.nav > li:focus,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
	color: #FFF;
	background-color: transparent;
}

.navbar-default .navbar-brand {
	font-size: 24px;
}

.nav > li,
.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	text-transform: uppercase;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
   background-color: transparent;
}


/* FORMS */
/* Form Reset */
input, select, textarea {
    margin:0;
    padding:0;
    outline:none;
    font-family:inherit;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

.form-wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	color: #000;
	min-height: 60px
}

.form-terms {
	margin-top: 20px;
	font-size: 18px;
	color: #107969;
}

/*.form-terms a {
	color: inherit;
}*/

.form-errors {
	margin-top: 15px;
	color: #CE4745;
}

.container-primary-color .form-errors {
	color: #FFF;
}

input[type="text"],
select,
#subscribe-btn {
	height: 60px;
	width: 100%;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

input[type="text"] {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}

#subscribe-btn {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.form-inline .form-group,
#subscribe-btn {
	width: 33.3%;
	margin-right: -6px;
}

.form-wrapper input[type="text"]{
	padding-left: 20px;
	font-size: 18px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #CCCCCC;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #CCCCCC;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #CCCCCC;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #CCCCCC;
}

#subscribe-btn {
	font-size: 18px;
	color: #fff;
	background-color: #283740;
	border: 1px solid #ddd;
	font-family: inherit;
}

#subscribe-btn:active {
  color: #fff;
  background-color: #000;
  border: 1px solid #ddd;
  font-family: inherit;
}

#subscribe-btn:focus {
	outline: 0;
}

select {
	background: transparent;
	padding-left: 20px;
	font-size: 18px;
	line-height: 2.1;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #CCCCCC;
}

.styled-select {
	height: 60px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
	background-color: #FFF;
}

.infocus {
  /*border-color: rgba(82, 168, 236, 0.8);*/
  outline: 0;
  outline: thin dotted \9;

  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* The fancy little drop-down arrow */
.styled-select:after {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #CCCCCC transparent transparent transparent;
  position: absolute;
  top: 27px;
  right: 18px;
}

select:focus {
  outline: none;
  outline: none;
}


/* UPCOMING EVENTS */
.events-showcase {
	margin-bottom: 40px;
}

.events-showcase .row {
	margin-bottom: 20px;
}

.events-showcase a,
.events-showcase a:hover {
	display: inline-block;
	position: relative;
	background-color: #283740;
	color: #FFF;
	text-align: center;
	height: auto;
	margin: auto;
}

.showcase-image {
	position: relative;
	overflow: hidden;
}

.showcase-image.lg-showcase-img {
	width: 1170px;
	height: 396px;
}

.showcase-image.md-showcase-img {
	width: 570px;
	height: 396px;
}


.showcase-image img {
	opacity: 0.3;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.showcase-image.lg-showcase-img img {
	max-width: 1170px;
}

.showcase-image.md-showcase-img img {
	max-height: 396px;
	margin-left: -67px;
}

.showcase-image img:hover,
.showcase-image img.jqhover {
	opacity: 0.5;
}

.showcase-event-info {
	position: absolute;
	margin: auto;
	padding: 0 20px;
	top: 30%;
	left: 0;
	right: 0;
	pointer-events: none;
	display: none;
}

.buy-btn {
	/*display: none;*/
	pointer-events: auto;
}


.showcase-event-dateloc {
	text-transform: uppercase;
	font-size: 16px;
}

.showcase-event-info h3 {
	font-size: 36px;
	margin: 10px 0;
}

.showcase-event-speaker {
	font-size: 22px;
	font-weight: 300;
}


/* EVENTS */
.event-overview h1 {
	text-align: center;
	font-size: 36px;
	/*text-transform: uppercase;*/
}

.event-date {
	text-align: center;
	margin-bottom: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 57.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%;
}

.map-container {
	position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event-tickets {
	margin-top: 30px;
}

.event-tickets iframe {
	height: 330px;
}

.event-agenda-time {
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
}

.event-agenda .row {
	margin-bottom: 20px;
}

.event-agenda .row:last-child {
	margin-bottom: 0px;
}

.video-transcript {
	font-size: 18px;
	margin: 30px 0;
}

/*.container.container-content .row:last-child,*/
.events-posts .content-section:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.events-posts .content-section {
	min-height: 262px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 17px;
	font-weight: 300;
}

.list-item a {
	text-decoration: none;
	color: #283740;
}

.event-details h3 {
	margin: 2px 0 12px;
	font-size: 22px;
}

.event-details {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 10px;
}

.event-video {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	float: right;
	text-align: right;
}

.event-video img {
	border: 1px solid #efefef;
}

.speaker-wrapper-list {
	margin-top: 15px;
}

.speaker-pic,
.speaker-info {
	display: inline-block;
	float: left;
}

.speaker-companies {
	font-style: italic;
}

.speaker-headshot-thumbnail {
	max-height: 55px;
	max-width: 55px;
	margin-right: 10px;
}

.speaker-info {
	margin-top: 4px;
}

.speaker-name {
	font-weight: bold;
}

.speaker-wrapper-post {
	margin-top: 40px;
}

.speaker-headshot-thumbnail-post {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 300px;
	max-width: 300px;
}

.speaker-info-post {
	margin: 30px auto 0;
}

.speaker-name-post {
	font-weight: bold;
	font-size: 36px;
}

.speaker-bio-post {
	margin-top: 30px;
	font-size: 18px;
}

.speaker-bio {
	margin-top: 20px;
}

/* PRESENTATIONS */
.presentation img {
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #efefef;
}

.presentation .row {
	margin-bottom: 40px;
}

.presentation .row:first-child {
	margin-top: 60px;
	margin-bottom: 40px;
}

/* SPONDORS */
.sponsor-showcase {
	background-color: #F2F2F2;
}

.sponsor-logos {
	margin: 40px auto;
}

.sponsor-logo-wrap {
	text-align: center;
	position: relative;
	height: 125px;
	width: 180px;
	margin: 0 auto;
}

img.showcase-logo {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}


/* PAGINATION */
.page {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #E5E5E5;
	font-size: 18px;
}

.page-current {
	text-align: center;
}

.page-next {
	text-align: right;
}


/* FOOTER */
.footer {
	background-color: #283740;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	height: 100px;
}

.footer .row {
	margin-top: 20px;
	margin-bottom: 20px;
}

.social {
	max-height: 25px;
}

.footer .social {
	float: right;
	margin-top: 18px;
}

.speaker-wrapper-post .social {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-filter: invert(30%)
}

.speaker-wrapper-post .social a:hover {
	-webkit-filter: invert(40%)
}

a.twitter,
a.facebook,
a.instagram,
a.youtube,
a.website {
	background: url('../img/social_sprite.png') no-repeat;
	background-size: 150px 25px;
	display: inline-block;
	margin-left: 15px;
}

.social a:first-child {
	margin-left: 0px;
}

a.facebook{
	background-position: 0px 0;
	width: 30px;
	height: 25px;
}

a.instagram{
	background-position: -30px 0;
	width: 30px;
	height: 25px;
}

a.twitter{
	background-position: -60px 0;
	width: 29px;
	height: 25px;
}

a.youtube{
	background-position: -90px 0;
	width: 30px;
	height: 25px;
}

a.website {
	background-position: -120px 0;
	width: 30px;
	height: 25px;
}

/* BUTTONS */
.buy-btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #1EBDA5;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 250px;
  margin: 20px auto 0;
}

.buy-btn:hover {
  text-decoration: none;
}

.buy-btn:active {
	background: #37A796;
}


/* HELPERS */
.row-centered {
	text-align: center;
}

.hcenter {
	display: inline-block;
	float: none;
	text-align: left;
	margin-right: -4px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

img.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}


/* MEDIA QUERIES */
@media (min-width: 1200px) {
	.navbar {
		border-radius: 0;
	}
}

@media (max-width: 1199px) {
	.navbar {
		border-radius: 0;
	}

	.showcase-event-info h3 {
		font-size: 30px;
	}

	.showcase-image.lg-showcase-img {
		width: 970px;
		height: 396px;
	}

	.showcase-image.lg-showcase-img img {
		max-width: 970px;
	}

	.showcase-image.md-showcase-img {
		width: 470px;
		height: 396px;
	}

	.showcase-image.md-showcase-img img {
		max-height: 396px;
		margin-left: -117px;
	}

}

@media (max-width: 991px) {
	.navbar {
		border-radius: 0;
	}

	.md-showcase {
		margin-bottom: 20px;
	}

	.md-showcase:last-child {
		margin-bottom: 0;
	}

	.showcase-image.lg-showcase-img {
		width: 750px;
		height: 300px;
	}

	.showcase-image.lg-showcase-img img {
		max-width: 750px;
	}

	.showcase-image.md-showcase-img {
		width: 750px;
		height: 300px;
	}

	.showcase-image.md-showcase-img img {
		max-width: 750px;
		max-height: none;
		margin-left: 0px;
	}

	.event-video {
		display: none;
	}

	.video-container iframe, .video-container object, .video-container embed {
	    height: 91%;
	}

	.event-agenda {
		text-align: center;
	}

	.event-agenda-time {
		font-size: 14px;
		font-weight: bold;
	}

	.event-agenda .row {
		margin-bottom: 20px;
	}

	.event-agenda .row:last-child {
		margin-bottom: 0px;
	}

	#wrap {
		margin-bottom: -140px;
		padding-bottom: 140px;
	}

	.footer {
		text-align: center;
		height: 190px;
	}

	.footer .social {
		margin-bottom: 20px;
		float: none;
	}

}

@media (max-width: 780px) {
	.container {
		max-width: 730px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 18px;
	}

	.container.container-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.container.separator-bar {
		margin: 0 15px;
	}

	h1 {
		font-size: 24px;
	}

	.row {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar {
		border-radius: 0;
		padding-left: 15px;
		padding-right: 15px;
		/*border-bottom: 1px solid #31A493;*/
	}

	#logo > img {
		max-width: 46px;
	}

	.navbar-default .navbar-brand {
		font-size: 20px;
	}

	.navbar-toggle {
		margin-top: 9px;
		margin-right: 5px;
	}

	.events-showcase a {
		max-width: 100%
	}

	.showcase-image img {
		position: static;
		max-width: 767px;
	}

	.showcase-image.lg-showcase-img,
	.showcase-image.md-showcase-img {
		width: 100%;
		height: none;
		min-height: 351px;
	}

	.showcase-image.lg-showcase-img img,
	.showcase-image.md-showcase-img img {
		min-height: 351px;
		min-width: 624px;
		width: 100%;
		/*margin-left: -111px;*/
		max-width: none;
	}

	.showcase-event-dateloc {
		font-size: 16px;
		font-weight: 300;
	}

	.showcase-event-info h3 {
		font-size: 24px;
	}

	.showcase-event-speaker {
		font-size: 16px;
	}

	.buy-btn {
		font-size: 18px;
	}

	.form-inline .form-group, #subscribe-btn {
		width: 100%;
		margin-right: 0;
	}

	input[type="text"],
	.styled-select {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border: 1px solid #999;
	}

	#subscribe-btn {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.form-wrapper {
		min-height: 210px;
	}

	.event-details {
		padding-right: 0;
	}

	.event-tickets iframe {
		height: 420px;
	}

	.video-container iframe, .video-container object, .video-container embed {
	    height: 88%;
	}

	.map-container {
	    padding-bottom: 50%;
	}

	.speaker-info {
		max-width: 77%;
	}

	.speaker-headshot-thumbnail-wrapper {
		min-width: 65px;
	}

	.speaker-headshot-thumbnail-post {
		max-height: 200px;
		max-width: 200px;
	}

	.presentation img {
		margin-bottom: 20px;
	}

	#wrap {
		margin-bottom: -160px;
		padding-bottom: 160px;
	}

	.footer {
		text-align: center;
		height: 190px;
	}
}
